home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19980424-19980901 / 000148_news@newsmaster….columbia.edu _Fri May 29 11:18:58 1998.msg < prev    next >
Internet Message Format  |  1998-08-31  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id LAA10108
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 29 May 1998 11:18:57 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id LAA29174
  7.     for kermit.misc@watsun; Fri, 29 May 1998 11:18:57 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: accesing modem for users other than root?
  12. Date: 29 May 1998 15:18:56 GMT
  13. Organization: Columbia University
  14. Lines: 24
  15. Message-ID: <6kmjl0$1r1$1@apakabar.cc.columbia.edu>
  16. References: <6kmho4$6ic@portal.gmu.edu>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:8813
  19.  
  20. In article <6kmho4$6ic@portal.gmu.edu>,
  21. Ravi Malghan <rmalghan@site.gmu.edu> wrote:
  22. : I am using the C-Kermit to sent pages over a connected modem. I am able
  23. : to send pages as a root. But when I try sending as any other user
  24. : I get the following message
  25. : mgtserver% ./page_ravi 18885005136 1 536
  26. : /var/spool/locks: Permission denied
  27. : Sorry, access to lock denied: /dev/ttya
  28. : ...
  29.  
  30. : The permissions for the locks, term/a files are:
  31. : drwxr-xr-x   2 uucp     uucp         512 May 29 10:28 locks
  32. You've answered you own question.  Please read the UNIX appendix of the
  33. manual, "Using C-Kermit":
  34.  
  35.   http://www.columbia.edu/kermit/ck60.html
  36.  
  37. or the section "DIALING OUT AND COORDINATING WITH UUCP" in your ckuins.doc
  38. file.
  39.  
  40. - Frank